Package system.numerics
Class Vector2
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.ValueType
-
- system.numerics.Vector2
-
- All Implemented Interfaces:
IJCOBridgeReflected
public class Vector2 extends ValueType
The base .NET class managing System.Numerics.Vector2, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Numerics.Vector2
Powered by JCOBridge: more info at https://www.jcobridge.com
- Author:
- MASES s.r.l https://masesgroup.com
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringassemblyFullNameFully assembly qualified name: System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798estatic java.lang.StringassemblyShortNameAssembly name: System.Private.CoreLibstatic java.lang.StringclassNameQualified class name: System.Numerics.Vector2static org.mases.jcobridge.JCTypeclassTypeThe type managed from JCOBridge.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Vector2Abs(Vector2 value)static Vector2Add(Vector2 left, Vector2 right)static booleanAll(Vector2 vector, Single value)static booleanAllWhereAllBitsSet(Vector2 vector)static Vector2AndNot(Vector2 left, Vector2 right)static booleanAny(Vector2 vector, Single value)static booleanAnyWhereAllBitsSet(Vector2 vector)static Vector2BitwiseAnd(Vector2 left, Vector2 right)static Vector2BitwiseOr(Vector2 left, Vector2 right)static Vector2cast(IJCOBridgeReflected from)Try to cast theIJCOBridgeReflectedinstance intoVector2, a cast assert is made to check if types are compatible.static Vector2Clamp(Vector2 value1, Vector2 min, Vector2 max)static Vector2ClampNative(Vector2 value1, Vector2 min, Vector2 max)static Vector2ConditionalSelect(Vector2 condition, Vector2 left, Vector2 right)static Vector2CopySign(Vector2 value, Vector2 sign)voidCopyTo(Single[] array)voidCopyTo(Single[] array, int index)static Vector2Cos(Vector2 vector)static intCount(Vector2 vector, Single value)static intCountWhereAllBitsSet(Vector2 vector)static Vector2Create(Single value)static Vector2Create(Single x, Single y)static Vector2CreateScalar(Single x)static Vector2CreateScalarUnsafe(Single x)static SingleCross(Vector2 value1, Vector2 value2)static Vector2DegreesToRadians(Vector2 degrees)static SingleDistance(Vector2 value1, Vector2 value2)static SingleDistanceSquared(Vector2 value1, Vector2 value2)static Vector2Divide(Vector2 left, Vector2 right)static Vector2Divide(Vector2 left, Single divisor)static SingleDot(Vector2 value1, Vector2 value2)booleanEquals(Vector2 other)static Vector2Equals(Vector2 left, Vector2 right)static booleanEqualsAll(Vector2 left, Vector2 right)static booleanEqualsAny(Vector2 left, Vector2 right)static Vector2Exp(Vector2 vector)static Vector2FusedMultiplyAdd(Vector2 left, Vector2 right, Vector2 addend)static Vector2getAllBitsSet()static Vector2getE()static Vector2getEpsilon()java.lang.StringgetJCOAssemblyName()Returns the reflected Assembly namejava.lang.StringgetJCOClassName()Returns the reflected Class namejava.lang.ObjectgetJCOInstance()Returns the instantiated classjava.lang.StringgetJCOObjectName()Returns the reflected Class name used to build the objectorg.mases.jcobridge.JCTypegetJCOType()Returns the instantiated class Typestatic Vector2getNaN()static Vector2getNegativeInfinity()static Vector2getNegativeZero()static Vector2getOne()static Vector2getPi()static Vector2getPositiveInfinity()static Vector2getTau()static Vector2getUnitX()static Vector2getUnitY()static Vector2getZero()static Vector2GreaterThan(Vector2 left, Vector2 right)static booleanGreaterThanAll(Vector2 left, Vector2 right)static booleanGreaterThanAny(Vector2 left, Vector2 right)static Vector2GreaterThanOrEqual(Vector2 left, Vector2 right)static booleanGreaterThanOrEqualAll(Vector2 left, Vector2 right)static booleanGreaterThanOrEqualAny(Vector2 left, Vector2 right)static Vector2Hypot(Vector2 x, Vector2 y)static intIndexOf(Vector2 vector, Single value)static intIndexOfWhereAllBitsSet(Vector2 vector)static Vector2IsEvenInteger(Vector2 vector)static Vector2IsFinite(Vector2 vector)static Vector2IsInfinity(Vector2 vector)static Vector2IsInteger(Vector2 vector)static Vector2IsNaN(Vector2 vector)static Vector2IsNegative(Vector2 vector)static Vector2IsNegativeInfinity(Vector2 vector)static Vector2IsNormal(Vector2 vector)static Vector2IsOddInteger(Vector2 vector)static Vector2IsPositive(Vector2 vector)static Vector2IsPositiveInfinity(Vector2 vector)static Vector2IsSubnormal(Vector2 vector)static Vector2IsZero(Vector2 vector)static intLastIndexOf(Vector2 vector, Single value)static intLastIndexOfWhereAllBitsSet(Vector2 vector)SingleLength()SingleLengthSquared()static Vector2Lerp(Vector2 value1, Vector2 value2, Vector2 amount)static Vector2Lerp(Vector2 value1, Vector2 value2, Single amount)static Vector2LessThan(Vector2 left, Vector2 right)static booleanLessThanAll(Vector2 left, Vector2 right)static booleanLessThanAny(Vector2 left, Vector2 right)static Vector2LessThanOrEqual(Vector2 left, Vector2 right)static booleanLessThanOrEqualAll(Vector2 left, Vector2 right)static booleanLessThanOrEqualAny(Vector2 left, Vector2 right)static Vector2LoadUnsafe(JCORefOut<Single> source)static Vector2Log(Vector2 vector)static Vector2Log2(Vector2 vector)static Vector2Max(Vector2 value1, Vector2 value2)static Vector2MaxMagnitude(Vector2 value1, Vector2 value2)static Vector2MaxMagnitudeNumber(Vector2 value1, Vector2 value2)static Vector2MaxNative(Vector2 value1, Vector2 value2)static Vector2MaxNumber(Vector2 value1, Vector2 value2)static Vector2Min(Vector2 value1, Vector2 value2)static Vector2MinMagnitude(Vector2 value1, Vector2 value2)static Vector2MinMagnitudeNumber(Vector2 value1, Vector2 value2)static Vector2MinNative(Vector2 value1, Vector2 value2)static Vector2MinNumber(Vector2 value1, Vector2 value2)static Vector2Multiply(Vector2 left, Vector2 right)static Vector2Multiply(Vector2 left, Single right)static Vector2Multiply(Single left, Vector2 right)static Vector2MultiplyAddEstimate(Vector2 left, Vector2 right, Vector2 addend)static Vector2Negate(Vector2 value)static booleanNone(Vector2 vector, Single value)static booleanNoneWhereAllBitsSet(Vector2 vector)static Vector2Normalize(Vector2 value)static Vector2OnesComplement(Vector2 value)static Vector2RadiansToDegrees(Vector2 radians)static Vector2Reflect(Vector2 vector, Vector2 normal)static Vector2Round(Vector2 vector)static Vector2Round(Vector2 vector, MidpointRounding mode)voidsetJCOInstance(org.mases.jcobridge.JCObject instance)static Vector2Shuffle(Vector2 vector, byte xIndex, byte yIndex)static Vector2Sin(Vector2 vector)static Vector2SquareRoot(Vector2 value)static Vector2Subtract(Vector2 left, Vector2 right)static SingleSum(Vector2 value)java.lang.StringToString(java.lang.String format)java.lang.StringToString(java.lang.String format, IFormatProvider formatProvider)static Vector2Transform(Vector2 position, Matrix3x2 matrix)static Vector2Transform(Vector2 position, Matrix4x4 matrix)static Vector2Transform(Vector2 value, Quaternion rotation)static Vector2TransformNormal(Vector2 normal, Matrix3x2 matrix)static Vector2TransformNormal(Vector2 normal, Matrix4x4 matrix)static Vector2Truncate(Vector2 vector)static Vector2Xor(Vector2 left, Vector2 right)
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: System.Private.CoreLib- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.Numerics.Vector2- See Also:
- Constant Field Values
-
classType
public static org.mases.jcobridge.JCType classType
The type managed from JCOBridge. SeeJCType
-
-
Constructor Detail
-
Vector2
public Vector2(java.lang.Object instance) throws java.lang.ThrowableInternal constructor. Use with caution- Throws:
java.lang.Throwable
-
Vector2
public Vector2() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
Vector2
public Vector2(Single x, Single y) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException
- Throws:
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedException
-
Vector2
public Vector2(Single value) throws java.lang.Throwable, PlatformNotSupportedException, NotSupportedException
- Throws:
java.lang.ThrowablePlatformNotSupportedExceptionNotSupportedException
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Assembly name- Specified by:
getJCOAssemblyNamein interfaceIJCOBridgeReflected- Overrides:
getJCOAssemblyNamein classValueType- Returns:
- A
Stringrepresenting the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name- Specified by:
getJCOClassNamein interfaceIJCOBridgeReflected- Overrides:
getJCOClassNamein classValueType- Returns:
- A
Stringrepresenting the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name used to build the object- Specified by:
getJCOObjectNamein interfaceIJCOBridgeReflected- Overrides:
getJCOObjectNamein classValueType- Returns:
- A
Stringrepresenting the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class- Specified by:
getJCOInstancein interfaceIJCOBridgeReflected- Overrides:
getJCOInstancein classValueType- Returns:
- An
Objectrepresenting the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(org.mases.jcobridge.JCObject instance)
- Overrides:
setJCOInstancein classValueType
-
getJCOType
public org.mases.jcobridge.JCType getJCOType()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class Type- Specified by:
getJCOTypein interfaceIJCOBridgeReflected- Overrides:
getJCOTypein classValueType- Returns:
- A
JCTyperepresenting the CLR Type of the instantiated Class
-
cast
public static Vector2 cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoVector2, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
Vector2instance- Throws:
java.lang.Throwable- in case of error during cast operation
-
All
public static boolean All(Vector2 vector, Single value) throws java.lang.Throwable, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException
- Throws:
java.lang.ThrowablePlatformNotSupportedExceptionNotSupportedExceptionArgumentOutOfRangeException
-
AllWhereAllBitsSet
public static boolean AllWhereAllBitsSet(Vector2 vector) throws java.lang.Throwable, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException
- Throws:
java.lang.ThrowablePlatformNotSupportedExceptionNotSupportedExceptionArgumentOutOfRangeException
-
Any
public static boolean Any(Vector2 vector, Single value) throws java.lang.Throwable, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException
- Throws:
java.lang.ThrowablePlatformNotSupportedExceptionNotSupportedExceptionArgumentOutOfRangeException
-
AnyWhereAllBitsSet
public static boolean AnyWhereAllBitsSet(Vector2 vector) throws java.lang.Throwable, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException
- Throws:
java.lang.ThrowablePlatformNotSupportedExceptionNotSupportedExceptionArgumentOutOfRangeException
-
Equals
public boolean Equals(Vector2 other) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException
- Throws:
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeException
-
EqualsAll
public static boolean EqualsAll(Vector2 left, Vector2 right) throws java.lang.Throwable, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException
-
EqualsAny
public static boolean EqualsAny(Vector2 left, Vector2 right) throws java.lang.Throwable, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException
-
GreaterThanAll
public static boolean GreaterThanAll(Vector2 left, Vector2 right) throws java.lang.Throwable, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException
-
GreaterThanAny
public static boolean GreaterThanAny(Vector2 left, Vector2 right) throws java.lang.Throwable, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException
-
GreaterThanOrEqualAll
public static boolean GreaterThanOrEqualAll(Vector2 left, Vector2 right) throws java.lang.Throwable, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException
-
GreaterThanOrEqualAny
public static boolean GreaterThanOrEqualAny(Vector2 left, Vector2 right) throws java.lang.Throwable, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException
-
LessThanAll
public static boolean LessThanAll(Vector2 left, Vector2 right) throws java.lang.Throwable, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException
-
LessThanAny
public static boolean LessThanAny(Vector2 left, Vector2 right) throws java.lang.Throwable, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException
-
LessThanOrEqualAll
public static boolean LessThanOrEqualAll(Vector2 left, Vector2 right) throws java.lang.Throwable, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException
-
LessThanOrEqualAny
public static boolean LessThanOrEqualAny(Vector2 left, Vector2 right) throws java.lang.Throwable, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException
-
None
public static boolean None(Vector2 vector, Single value) throws java.lang.Throwable, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException
- Throws:
java.lang.ThrowablePlatformNotSupportedExceptionNotSupportedExceptionArgumentOutOfRangeException
-
NoneWhereAllBitsSet
public static boolean NoneWhereAllBitsSet(Vector2 vector) throws java.lang.Throwable, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException
- Throws:
java.lang.ThrowablePlatformNotSupportedExceptionNotSupportedExceptionArgumentOutOfRangeException
-
Count
public static int Count(Vector2 vector, Single value) throws java.lang.Throwable, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException
- Throws:
java.lang.ThrowablePlatformNotSupportedExceptionNotSupportedExceptionArgumentOutOfRangeException
-
CountWhereAllBitsSet
public static int CountWhereAllBitsSet(Vector2 vector) throws java.lang.Throwable, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException
- Throws:
java.lang.ThrowablePlatformNotSupportedExceptionNotSupportedExceptionArgumentOutOfRangeException
-
IndexOf
public static int IndexOf(Vector2 vector, Single value) throws java.lang.Throwable, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException, ArgumentException
- Throws:
java.lang.ThrowablePlatformNotSupportedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionArgumentException
-
IndexOfWhereAllBitsSet
public static int IndexOfWhereAllBitsSet(Vector2 vector) throws java.lang.Throwable, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException, ArgumentException
- Throws:
java.lang.ThrowablePlatformNotSupportedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionArgumentException
-
LastIndexOf
public static int LastIndexOf(Vector2 vector, Single value) throws java.lang.Throwable, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException, ArgumentException, IndexOutOfRangeException
- Throws:
java.lang.ThrowablePlatformNotSupportedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionArgumentExceptionIndexOutOfRangeException
-
LastIndexOfWhereAllBitsSet
public static int LastIndexOfWhereAllBitsSet(Vector2 vector) throws java.lang.Throwable, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException, ArgumentException, IndexOutOfRangeException
- Throws:
java.lang.ThrowablePlatformNotSupportedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionArgumentExceptionIndexOutOfRangeException
-
Cross
public static Single Cross(Vector2 value1, Vector2 value2) throws java.lang.Throwable, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException
-
Distance
public static Single Distance(Vector2 value1, Vector2 value2) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException
- Throws:
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeException
-
DistanceSquared
public static Single DistanceSquared(Vector2 value1, Vector2 value2) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException
- Throws:
java.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionPlatformNotSupportedException
-
Dot
public static Single Dot(Vector2 value1, Vector2 value2) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException
- Throws:
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeException
-
Length
public Single Length() throws java.lang.Throwable, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException
- Throws:
java.lang.ThrowablePlatformNotSupportedExceptionNotSupportedExceptionArgumentOutOfRangeException
-
LengthSquared
public Single LengthSquared() throws java.lang.Throwable, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException
- Throws:
java.lang.ThrowablePlatformNotSupportedExceptionNotSupportedExceptionArgumentOutOfRangeException
-
Sum
public static Single Sum(Vector2 value) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException
- Throws:
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeException
-
Abs
public static Vector2 Abs(Vector2 value) throws java.lang.Throwable, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException
-
Add
public static Vector2 Add(Vector2 left, Vector2 right) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException
- Throws:
java.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionPlatformNotSupportedException
-
AndNot
public static Vector2 AndNot(Vector2 left, Vector2 right) throws java.lang.Throwable, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException
-
BitwiseAnd
public static Vector2 BitwiseAnd(Vector2 left, Vector2 right) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException
- Throws:
java.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionPlatformNotSupportedException
-
BitwiseOr
public static Vector2 BitwiseOr(Vector2 left, Vector2 right) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException
- Throws:
java.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionPlatformNotSupportedException
-
Clamp
public static Vector2 Clamp(Vector2 value1, Vector2 min, Vector2 max) throws java.lang.Throwable, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException
-
ClampNative
public static Vector2 ClampNative(Vector2 value1, Vector2 min, Vector2 max) throws java.lang.Throwable, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException
-
ConditionalSelect
public static Vector2 ConditionalSelect(Vector2 condition, Vector2 left, Vector2 right) throws java.lang.Throwable, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException
-
CopySign
public static Vector2 CopySign(Vector2 value, Vector2 sign) throws java.lang.Throwable, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, OverflowException
-
Cos
public static Vector2 Cos(Vector2 vector) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException
- Throws:
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeException
-
Create
public static Vector2 Create(Single x, Single y) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException
- Throws:
java.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionPlatformNotSupportedException
-
Create
public static Vector2 Create(Single value) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException
- Throws:
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedException
-
CreateScalar
public static Vector2 CreateScalar(Single x) throws java.lang.Throwable, NotSupportedException, PlatformNotSupportedException
- Throws:
java.lang.ThrowableNotSupportedExceptionPlatformNotSupportedException
-
CreateScalarUnsafe
public static Vector2 CreateScalarUnsafe(Single x) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException
- Throws:
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedException
-
DegreesToRadians
public static Vector2 DegreesToRadians(Vector2 degrees) throws java.lang.Throwable, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException
-
Divide
public static Vector2 Divide(Vector2 left, Single divisor) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException
- Throws:
java.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionPlatformNotSupportedException
-
Divide
public static Vector2 Divide(Vector2 left, Vector2 right) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException
- Throws:
java.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionPlatformNotSupportedException
-
Equals
public static Vector2 Equals(Vector2 left, Vector2 right) throws java.lang.Throwable, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException
-
Exp
public static Vector2 Exp(Vector2 vector) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException
- Throws:
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeException
-
FusedMultiplyAdd
public static Vector2 FusedMultiplyAdd(Vector2 left, Vector2 right, Vector2 addend) throws java.lang.Throwable, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException
-
GreaterThan
public static Vector2 GreaterThan(Vector2 left, Vector2 right) throws java.lang.Throwable, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException
-
GreaterThanOrEqual
public static Vector2 GreaterThanOrEqual(Vector2 left, Vector2 right) throws java.lang.Throwable, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException
-
Hypot
public static Vector2 Hypot(Vector2 x, Vector2 y) throws java.lang.Throwable, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException
-
IsEvenInteger
public static Vector2 IsEvenInteger(Vector2 vector) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException
- Throws:
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeException
-
IsFinite
public static Vector2 IsFinite(Vector2 vector) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException
- Throws:
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeException
-
IsInfinity
public static Vector2 IsInfinity(Vector2 vector) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException
- Throws:
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeException
-
IsInteger
public static Vector2 IsInteger(Vector2 vector) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException
- Throws:
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeException
-
IsNaN
public static Vector2 IsNaN(Vector2 vector) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException
- Throws:
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeException
-
IsNegative
public static Vector2 IsNegative(Vector2 vector) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException
- Throws:
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeException
-
IsNegativeInfinity
public static Vector2 IsNegativeInfinity(Vector2 vector) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException
- Throws:
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeException
-
IsNormal
public static Vector2 IsNormal(Vector2 vector) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException
- Throws:
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeException
-
IsOddInteger
public static Vector2 IsOddInteger(Vector2 vector) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException
- Throws:
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeException
-
IsPositive
public static Vector2 IsPositive(Vector2 vector) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException
- Throws:
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeException
-
IsPositiveInfinity
public static Vector2 IsPositiveInfinity(Vector2 vector) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException
- Throws:
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeException
-
IsSubnormal
public static Vector2 IsSubnormal(Vector2 vector) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException
- Throws:
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeException
-
IsZero
public static Vector2 IsZero(Vector2 vector) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException
- Throws:
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeException
-
Lerp
public static Vector2 Lerp(Vector2 value1, Vector2 value2, Single amount) throws java.lang.Throwable, PlatformNotSupportedException, NotSupportedException
- Throws:
java.lang.ThrowablePlatformNotSupportedExceptionNotSupportedException
-
Lerp
public static Vector2 Lerp(Vector2 value1, Vector2 value2, Vector2 amount) throws java.lang.Throwable, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException
-
LessThan
public static Vector2 LessThan(Vector2 left, Vector2 right) throws java.lang.Throwable, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException
-
LessThanOrEqual
public static Vector2 LessThanOrEqual(Vector2 left, Vector2 right) throws java.lang.Throwable, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException
-
LoadUnsafe
public static Vector2 LoadUnsafe(JCORefOut<Single> source) throws java.lang.Throwable, ArgumentException, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, InvalidOperationException, ArrayTypeMismatchException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException
-
Log
public static Vector2 Log(Vector2 vector) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException
- Throws:
java.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionPlatformNotSupportedException
-
Log2
public static Vector2 Log2(Vector2 vector) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException
- Throws:
java.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionPlatformNotSupportedException
-
Max
public static Vector2 Max(Vector2 value1, Vector2 value2) throws java.lang.Throwable, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException
-
MaxMagnitude
public static Vector2 MaxMagnitude(Vector2 value1, Vector2 value2) throws java.lang.Throwable, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException
-
MaxMagnitudeNumber
public static Vector2 MaxMagnitudeNumber(Vector2 value1, Vector2 value2) throws java.lang.Throwable, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException
-
MaxNative
public static Vector2 MaxNative(Vector2 value1, Vector2 value2) throws java.lang.Throwable, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException
-
MaxNumber
public static Vector2 MaxNumber(Vector2 value1, Vector2 value2) throws java.lang.Throwable, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException
-
Min
public static Vector2 Min(Vector2 value1, Vector2 value2) throws java.lang.Throwable, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException
-
MinMagnitude
public static Vector2 MinMagnitude(Vector2 value1, Vector2 value2) throws java.lang.Throwable, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException
-
MinMagnitudeNumber
public static Vector2 MinMagnitudeNumber(Vector2 value1, Vector2 value2) throws java.lang.Throwable, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException
-
MinNative
public static Vector2 MinNative(Vector2 value1, Vector2 value2) throws java.lang.Throwable, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException
-
MinNumber
public static Vector2 MinNumber(Vector2 value1, Vector2 value2) throws java.lang.Throwable, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException
-
Multiply
public static Vector2 Multiply(Single left, Vector2 right) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException
- Throws:
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedException
-
Multiply
public static Vector2 Multiply(Vector2 left, Single right) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException
- Throws:
java.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionPlatformNotSupportedException
-
Multiply
public static Vector2 Multiply(Vector2 left, Vector2 right) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException
- Throws:
java.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionPlatformNotSupportedException
-
MultiplyAddEstimate
public static Vector2 MultiplyAddEstimate(Vector2 left, Vector2 right, Vector2 addend) throws java.lang.Throwable, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException
-
Negate
public static Vector2 Negate(Vector2 value) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException
- Throws:
java.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionPlatformNotSupportedException
-
Normalize
public static Vector2 Normalize(Vector2 value) throws java.lang.Throwable, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException
- Throws:
java.lang.ThrowablePlatformNotSupportedExceptionNotSupportedExceptionArgumentOutOfRangeException
-
OnesComplement
public static Vector2 OnesComplement(Vector2 value) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException
- Throws:
java.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionPlatformNotSupportedException
-
RadiansToDegrees
public static Vector2 RadiansToDegrees(Vector2 radians) throws java.lang.Throwable, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException
-
Reflect
public static Vector2 Reflect(Vector2 vector, Vector2 normal) throws java.lang.Throwable, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException
- Throws:
java.lang.ThrowablePlatformNotSupportedExceptionNotSupportedExceptionArgumentOutOfRangeException
-
Round
public static Vector2 Round(Vector2 vector, MidpointRounding mode) throws java.lang.Throwable, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException
-
Round
public static Vector2 Round(Vector2 vector) throws java.lang.Throwable, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException
-
Shuffle
public static Vector2 Shuffle(Vector2 vector, byte xIndex, byte yIndex) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException
- Throws:
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeException
-
Sin
public static Vector2 Sin(Vector2 vector) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException
- Throws:
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeException
-
SquareRoot
public static Vector2 SquareRoot(Vector2 value) throws java.lang.Throwable, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException
-
Subtract
public static Vector2 Subtract(Vector2 left, Vector2 right) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException
- Throws:
java.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionPlatformNotSupportedException
-
Transform
public static Vector2 Transform(Vector2 position, Matrix3x2 matrix) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException
- Throws:
java.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionPlatformNotSupportedException
-
Transform
public static Vector2 Transform(Vector2 position, Matrix4x4 matrix) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException
- Throws:
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedException
-
Transform
public static Vector2 Transform(Vector2 value, Quaternion rotation) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException
- Throws:
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeException
-
TransformNormal
public static Vector2 TransformNormal(Vector2 normal, Matrix3x2 matrix) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException
- Throws:
java.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionPlatformNotSupportedException
-
TransformNormal
public static Vector2 TransformNormal(Vector2 normal, Matrix4x4 matrix) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException
- Throws:
java.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionPlatformNotSupportedException
-
Truncate
public static Vector2 Truncate(Vector2 vector) throws java.lang.Throwable, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException
-
Xor
public static Vector2 Xor(Vector2 left, Vector2 right) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException
- Throws:
java.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionPlatformNotSupportedException
-
ToString
public java.lang.String ToString(java.lang.String format, IFormatProvider formatProvider) throws java.lang.Throwable, PlatformNotSupportedException, CultureNotFoundException, NullReferenceException, NotSupportedException, ArgumentException, ArgumentOutOfRangeException, ArrayTypeMismatchException, FormatException, ArgumentNullException
-
ToString
public java.lang.String ToString(java.lang.String format) throws java.lang.Throwable, ArgumentNullException, ArgumentException, OutOfMemoryException, CultureNotFoundException, PlatformNotSupportedException, NullReferenceException, NotSupportedException, ArrayTypeMismatchException, ArgumentOutOfRangeException, IndexOutOfRangeException, FormatException
-
CopyTo
public void CopyTo(Single[] array, int index) throws java.lang.Throwable, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException
-
CopyTo
public void CopyTo(Single[] array) throws java.lang.Throwable, ArgumentException, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, InvalidOperationException, NotSupportedException, ArrayTypeMismatchException, CultureNotFoundException, ObjectDisposedException
-
getAllBitsSet
public static Vector2 getAllBitsSet() throws java.lang.Throwable, NotSupportedException, PlatformNotSupportedException
- Throws:
java.lang.ThrowableNotSupportedExceptionPlatformNotSupportedException
-
getE
public static Vector2 getE() throws java.lang.Throwable, PlatformNotSupportedException, NotSupportedException
- Throws:
java.lang.ThrowablePlatformNotSupportedExceptionNotSupportedException
-
getEpsilon
public static Vector2 getEpsilon() throws java.lang.Throwable, PlatformNotSupportedException, NotSupportedException
- Throws:
java.lang.ThrowablePlatformNotSupportedExceptionNotSupportedException
-
getNaN
public static Vector2 getNaN() throws java.lang.Throwable, PlatformNotSupportedException, NotSupportedException
- Throws:
java.lang.ThrowablePlatformNotSupportedExceptionNotSupportedException
-
getNegativeInfinity
public static Vector2 getNegativeInfinity() throws java.lang.Throwable, PlatformNotSupportedException, NotSupportedException
- Throws:
java.lang.ThrowablePlatformNotSupportedExceptionNotSupportedException
-
getNegativeZero
public static Vector2 getNegativeZero() throws java.lang.Throwable, PlatformNotSupportedException, NotSupportedException
- Throws:
java.lang.ThrowablePlatformNotSupportedExceptionNotSupportedException
-
getOne
public static Vector2 getOne() throws java.lang.Throwable, PlatformNotSupportedException, NotSupportedException
- Throws:
java.lang.ThrowablePlatformNotSupportedExceptionNotSupportedException
-
getPi
public static Vector2 getPi() throws java.lang.Throwable, PlatformNotSupportedException, NotSupportedException
- Throws:
java.lang.ThrowablePlatformNotSupportedExceptionNotSupportedException
-
getPositiveInfinity
public static Vector2 getPositiveInfinity() throws java.lang.Throwable, PlatformNotSupportedException, NotSupportedException
- Throws:
java.lang.ThrowablePlatformNotSupportedExceptionNotSupportedException
-
getTau
public static Vector2 getTau() throws java.lang.Throwable, PlatformNotSupportedException, NotSupportedException
- Throws:
java.lang.ThrowablePlatformNotSupportedExceptionNotSupportedException
-
getUnitX
public static Vector2 getUnitX() throws java.lang.Throwable, NotSupportedException, PlatformNotSupportedException
- Throws:
java.lang.ThrowableNotSupportedExceptionPlatformNotSupportedException
-
getUnitY
public static Vector2 getUnitY() throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException
- Throws:
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedException
-
getZero
public static Vector2 getZero() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-