Mono Class Library: OverviewMono.Simd.Vector4f: Members |
The members of Mono.Simd.Vector4f are listed below.
See Also: Inherited members from System.ValueType
default propertyComponent(int) float. Gets/Sets the component's value. [read-only] staticE Vector4f. Documentation for this section has not yet been entered. [read-only] staticMinusOne Vector4f. Documentation for this section has not yet been entered. [read-only] staticOne Vector4f. Documentation for this section has not yet been entered. [read-only] staticPi Vector4f. Documentation for this section has not yet been entered. W float. The W component. X float. The X component. Y float. The Y component. Z float. The Z component. [read-only] staticZero Vector4f. Documentation for this section has not yet been entered.
staticLoadAligned(ref Vector4f) : Vector4f Documentation for this section has not yet been entered. staticLoadAligned(Vector4f*) : Vector4f Documentation for this section has not yet been entered. staticPrefetchNonTemporal(ref Vector4f) Documentation for this section has not yet been entered. staticPrefetchNonTemporal(Vector4f*) Documentation for this section has not yet been entered. staticPrefetchTemporal1stLevelCache(ref Vector4f) Documentation for this section has not yet been entered. staticPrefetchTemporal1stLevelCache(Vector4f*) Documentation for this section has not yet been entered. staticPrefetchTemporal2ndLevelCache(ref Vector4f) Documentation for this section has not yet been entered. staticPrefetchTemporal2ndLevelCache(Vector4f*) Documentation for this section has not yet been entered. staticPrefetchTemporalAllCacheLevels(ref Vector4f) Documentation for this section has not yet been entered. staticPrefetchTemporalAllCacheLevels(Vector4f*) Documentation for this section has not yet been entered. staticStoreAligned(ref Vector4f, Vector4f) Documentation for this section has not yet been entered. staticStoreAligned(Vector4f*, Vector4f) Documentation for this section has not yet been entered. overrideToString() : string Documentation for this section has not yet been entered.
staticAddition(Vector4f, Vector4f) Computes the sum of two vectors. staticBitwiseAnd(Vector4f, Vector4f) Computes the bitwise and of two vectors. staticBitwiseOr(Vector4f, Vector4f) Computes the bitwise and of two vectors. staticDivision(Vector4f, Vector4f) Documentation for this section has not yet been entered. staticEquality(Vector4f, Vector4f) Documentation for this section has not yet been entered. staticExclusiveOr(Vector4f, Vector4f) Computes the bitwise xor of two vectors. staticInequality(Vector4f, Vector4f) Documentation for this section has not yet been entered. staticMultiply(Vector4f, Vector4f) Documentation for this section has not yet been entered. staticSubtraction(Vector4f, Vector4f) Substracts the values from the second vector from the first. staticConversion to Mono.Simd.Vector16b(Explicit) Convertion operator. staticConversion to Mono.Simd.Vector16sb(Explicit) Convertion operator. staticConversion to Mono.Simd.Vector2d(Explicit) Convertion operator. staticConversion to Mono.Simd.Vector2l(Explicit) Convertion operator. staticConversion to Mono.Simd.Vector2ul(Explicit) Convertion operator. staticConversion to Mono.Simd.Vector4i(Explicit) Convertion operator. staticConversion to Mono.Simd.Vector4ui(Explicit) Convertion operator. staticConversion to Mono.Simd.Vector8s(Explicit) Convertion operator. staticConversion to Mono.Simd.Vector8us(Explicit) Convertion operator.
staticAddSub(this Vector4f, Vector4f) : Vector4f Documentation for this section has not yet been entered. staticAndNot(this Vector4f, Vector4f) : Vector4f Documentation for this section has not yet been entered. staticCompareEqual(this Vector4f, Vector4f) : Vector4f Documentation for this section has not yet been entered. staticCompareLessEqual(this Vector4f, Vector4f) : Vector4f Documentation for this section has not yet been entered. staticCompareLessThan(this Vector4f, Vector4f) : Vector4f Documentation for this section has not yet been entered. staticCompareNotEqual(this Vector4f, Vector4f) : Vector4f Documentation for this section has not yet been entered. staticCompareNotLessEqual(this Vector4f, Vector4f) : Vector4f Documentation for this section has not yet been entered. staticCompareNotLessThan(this Vector4f, Vector4f) : Vector4f Documentation for this section has not yet been entered. staticCompareOrdered(this Vector4f, Vector4f) : Vector4f Documentation for this section has not yet been entered. staticCompareUnordered(this Vector4f, Vector4f) : Vector4f Documentation for this section has not yet been entered. staticDuplicateHigh(this Vector4f) : Vector4f Documentation for this section has not yet been entered. staticDuplicateLow(this Vector4f) : Vector4f Documentation for this section has not yet been entered. staticHorizontalAdd(this Vector4f, Vector4f) : Vector4f Documentation for this section has not yet been entered. staticHorizontalSub(this Vector4f, Vector4f) : Vector4f Documentation for this section has not yet been entered. staticInterleaveHigh(this Vector4f, Vector4f) : Vector4f Documentation for this section has not yet been entered. staticInterleaveLow(this Vector4f, Vector4f) : Vector4f Documentation for this section has not yet been entered. staticInvSqrt(this Vector4f) : Vector4f Documentation for this section has not yet been entered. staticMax(this Vector4f, Vector4f) : Vector4f Documentation for this section has not yet been entered. staticMin(this Vector4f, Vector4f) : Vector4f Documentation for this section has not yet been entered. staticReciprocal(this Vector4f) : Vector4f Documentation for this section has not yet been entered. staticShuffle(this Vector4f, ShuffleSel) : Vector4f Documentation for this section has not yet been entered. staticSqrt(this Vector4f) : Vector4f Documentation for this section has not yet been entered.