Package system.numerics
Class Vector4
- java.lang.Object
- 
- org.mases.jcobridge.netreflection.NetObject
- 
- system.ValueType
- 
- system.numerics.Vector4
 
 
 
- 
- All Implemented Interfaces:
- IJCOBridgeReflected
 
 public class Vector4 extends ValueType The base .NET class managing System.Numerics.Vector4, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Numerics.Vector4 Powered by JCOBridge: more info at https://www.jcobridge.com - Author:
- MASES s.r.l https://masesgroup.com
 
- 
- 
Field SummaryFields Modifier and Type Field Description static java.lang.StringassemblyFullNameFully assembly qualified name: System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798estatic java.lang.StringassemblyShortNameAssembly name: System.Private.CoreLibstatic java.lang.StringclassNameQualified class name: System.Numerics.Vector4static JCTypeclassTypeThe type managed from JCOBridge.
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Vector4Abs(Vector4 value)static Vector4Add(Vector4 left, Vector4 right)static Vector4cast(IJCOBridgeReflected from)Try to cast theIJCOBridgeReflectedinstance intoVector4, a cast assert is made to check if types are compatible.static Vector4Clamp(Vector4 value1, Vector4 min, Vector4 max)voidCopyTo(Single[] array)voidCopyTo(Single[] array, int index)static SingleDistance(Vector4 value1, Vector4 value2)static SingleDistanceSquared(Vector4 value1, Vector4 value2)static Vector4Divide(Vector4 left, Vector4 right)static Vector4Divide(Vector4 left, Single divisor)static SingleDot(Vector4 vector1, Vector4 vector2)booleanEquals(Vector4 other)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 objectJCTypegetJCOType()Returns the instantiated class Typestatic Vector4getOne()static Vector4getUnitW()static Vector4getUnitX()static Vector4getUnitY()static Vector4getUnitZ()static Vector4getZero()SingleLength()SingleLengthSquared()static Vector4Lerp(Vector4 value1, Vector4 value2, Single amount)static Vector4Max(Vector4 value1, Vector4 value2)static Vector4Min(Vector4 value1, Vector4 value2)static Vector4Multiply(Vector4 left, Vector4 right)static Vector4Multiply(Vector4 left, Single right)static Vector4Multiply(Single left, Vector4 right)static Vector4Negate(Vector4 value)static Vector4Normalize(Vector4 vector)voidsetJCOInstance(JCObject instance)static Vector4SquareRoot(Vector4 value)static Vector4Subtract(Vector4 left, Vector4 right)java.lang.StringToString(java.lang.String format)java.lang.StringToString(java.lang.String format, IFormatProvider formatProvider)static Vector4Transform(Vector2 position, Matrix4x4 matrix)static Vector4Transform(Vector2 value, Quaternion rotation)static Vector4Transform(Vector3 position, Matrix4x4 matrix)static Vector4Transform(Vector3 value, Quaternion rotation)static Vector4Transform(Vector4 vector, Matrix4x4 matrix)static Vector4Transform(Vector4 value, Quaternion rotation)
 
- 
- 
- 
Field Detail- 
assemblyFullNamepublic static final java.lang.String assemblyFullName Fully assembly qualified name: System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e- See Also:
- Constant Field Values
 
 - 
assemblyShortNamepublic static final java.lang.String assemblyShortName Assembly name: System.Private.CoreLib- See Also:
- Constant Field Values
 
 - 
classNamepublic static final java.lang.String className Qualified class name: System.Numerics.Vector4- See Also:
- Constant Field Values
 
 
- 
 - 
Constructor Detail- 
Vector4public Vector4(java.lang.Object instance) throws java.lang.ThrowableInternal constructor. Use with caution- Throws:
- java.lang.Throwable
 
 - 
Vector4public Vector4() throws java.lang.Throwable- Throws:
- java.lang.Throwable
 
 - 
Vector4public Vector4(Single x, Single y, Single z, Single w) throws java.lang.Throwable - Throws:
- java.lang.Throwable
 
 - 
Vector4public Vector4(Single value) throws java.lang.Throwable - Throws:
- java.lang.Throwable
 
 - 
Vector4public Vector4(Vector2 value, Single z, Single w) throws java.lang.Throwable - Throws:
- java.lang.Throwable
 
 
- 
 - 
Method Detail- 
getJCOAssemblyNamepublic java.lang.String getJCOAssemblyName() Description copied from interface:IJCOBridgeReflectedReturns the reflected Assembly name- Specified by:
- getJCOAssemblyNamein interface- IJCOBridgeReflected
- Overrides:
- getJCOAssemblyNamein class- ValueType
- Returns:
- A Stringrepresenting the Fullname of reflected Assembly
 
 - 
getJCOClassNamepublic java.lang.String getJCOClassName() Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name- Specified by:
- getJCOClassNamein interface- IJCOBridgeReflected
- Overrides:
- getJCOClassNamein class- ValueType
- Returns:
- A Stringrepresenting the Fullname of reflected Class
 
 - 
getJCOObjectNamepublic java.lang.String getJCOObjectName() Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name used to build the object- Specified by:
- getJCOObjectNamein interface- IJCOBridgeReflected
- Overrides:
- getJCOObjectNamein class- ValueType
- Returns:
- A Stringrepresenting the name used to allocated the object in CLR context
 
 - 
getJCOInstancepublic java.lang.Object getJCOInstance() Description copied from interface:IJCOBridgeReflectedReturns the instantiated class- Specified by:
- getJCOInstancein interface- IJCOBridgeReflected
- Overrides:
- getJCOInstancein class- ValueType
- Returns:
- An Objectrepresenting the CLR instance of the instantiated Class
 
 - 
setJCOInstancepublic void setJCOInstance(JCObject instance) - Overrides:
- setJCOInstancein class- ValueType
 
 - 
getJCOTypepublic JCType getJCOType() Description copied from interface:IJCOBridgeReflectedReturns the instantiated class Type- Specified by:
- getJCOTypein interface- IJCOBridgeReflected
- Overrides:
- getJCOTypein class- ValueType
- Returns:
- A JCTyperepresenting the CLR Type of the instantiated Class
 
 - 
castpublic static Vector4 cast(IJCOBridgeReflected from) throws java.lang.Throwable Try to cast theIJCOBridgeReflectedinstance intoVector4, a cast assert is made to check if types are compatible.- Parameters:
- from-- IJCOBridgeReflectedinstance to be casted
- Returns:
- Vector4instance
- Throws:
- java.lang.Throwable- in case of error during cast operation
 
 - 
Equalspublic boolean Equals(Vector4 other) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException 
 - 
Distancepublic static Single Distance(Vector4 value1, Vector4 value2) throws java.lang.Throwable - Throws:
- java.lang.Throwable
 
 - 
DistanceSquaredpublic static Single DistanceSquared(Vector4 value1, Vector4 value2) throws java.lang.Throwable - Throws:
- java.lang.Throwable
 
 - 
Dotpublic static Single Dot(Vector4 vector1, Vector4 vector2) throws java.lang.Throwable - Throws:
- java.lang.Throwable
 
 - 
Lengthpublic Single Length() throws java.lang.Throwable - Throws:
- java.lang.Throwable
 
 - 
LengthSquaredpublic Single LengthSquared() throws java.lang.Throwable - Throws:
- java.lang.Throwable
 
 - 
Abspublic static Vector4 Abs(Vector4 value) throws java.lang.Throwable, NotSupportedException, PlatformNotSupportedException - Throws:
- java.lang.Throwable
- NotSupportedException
- PlatformNotSupportedException
 
 - 
Addpublic static Vector4 Add(Vector4 left, Vector4 right) throws java.lang.Throwable - Throws:
- java.lang.Throwable
 
 - 
Clamppublic static Vector4 Clamp(Vector4 value1, Vector4 min, Vector4 max) throws java.lang.Throwable - Throws:
- java.lang.Throwable
 
 - 
Dividepublic static Vector4 Divide(Vector4 left, Single divisor) throws java.lang.Throwable - Throws:
- java.lang.Throwable
 
 - 
Dividepublic static Vector4 Divide(Vector4 left, Vector4 right) throws java.lang.Throwable - Throws:
- java.lang.Throwable
 
 - 
Lerppublic static Vector4 Lerp(Vector4 value1, Vector4 value2, Single amount) throws java.lang.Throwable - Throws:
- java.lang.Throwable
 
 - 
Maxpublic static Vector4 Max(Vector4 value1, Vector4 value2) throws java.lang.Throwable - Throws:
- java.lang.Throwable
 
 - 
Minpublic static Vector4 Min(Vector4 value1, Vector4 value2) throws java.lang.Throwable - Throws:
- java.lang.Throwable
 
 - 
Multiplypublic static Vector4 Multiply(Single left, Vector4 right) throws java.lang.Throwable - Throws:
- java.lang.Throwable
 
 - 
Multiplypublic static Vector4 Multiply(Vector4 left, Single right) throws java.lang.Throwable - Throws:
- java.lang.Throwable
 
 - 
Multiplypublic static Vector4 Multiply(Vector4 left, Vector4 right) throws java.lang.Throwable - Throws:
- java.lang.Throwable
 
 - 
Negatepublic static Vector4 Negate(Vector4 value) throws java.lang.Throwable - Throws:
- java.lang.Throwable
 
 - 
Normalizepublic static Vector4 Normalize(Vector4 vector) throws java.lang.Throwable - Throws:
- java.lang.Throwable
 
 - 
SquareRootpublic static Vector4 SquareRoot(Vector4 value) throws java.lang.Throwable - Throws:
- java.lang.Throwable
 
 - 
Subtractpublic static Vector4 Subtract(Vector4 left, Vector4 right) throws java.lang.Throwable - Throws:
- java.lang.Throwable
 
 - 
Transformpublic static Vector4 Transform(Vector2 position, Matrix4x4 matrix) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException 
 - 
Transformpublic static Vector4 Transform(Vector2 value, Quaternion rotation) throws java.lang.Throwable - Throws:
- java.lang.Throwable
 
 - 
Transformpublic static Vector4 Transform(Vector3 position, Matrix4x4 matrix) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException 
 - 
Transformpublic static Vector4 Transform(Vector3 value, Quaternion rotation) throws java.lang.Throwable - Throws:
- java.lang.Throwable
 
 - 
Transformpublic static Vector4 Transform(Vector4 vector, Matrix4x4 matrix) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException 
 - 
Transformpublic static Vector4 Transform(Vector4 value, Quaternion rotation) throws java.lang.Throwable - Throws:
- java.lang.Throwable
 
 - 
ToStringpublic java.lang.String ToString(java.lang.String format, IFormatProvider formatProvider) throws java.lang.Throwable, ArgumentNullException, ArgumentException, CultureNotFoundException, PlatformNotSupportedException, IndexOutOfRangeException, ArgumentOutOfRangeException, ArrayTypeMismatchException, NotSupportedException, FormatException, InvalidOperationException
 - 
ToStringpublic java.lang.String ToString(java.lang.String format) throws java.lang.Throwable, ArgumentNullException, OutOfMemoryException, ArgumentException, CultureNotFoundException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, InvalidOperationException, FormatException
 - 
CopyTopublic void CopyTo(Single[] array, int index) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException 
 - 
CopyTopublic void CopyTo(Single[] array) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, CultureNotFoundException, ObjectDisposedException 
 - 
getOnepublic static Vector4 getOne() throws java.lang.Throwable - Throws:
- java.lang.Throwable
 
 - 
getUnitWpublic static Vector4 getUnitW() throws java.lang.Throwable - Throws:
- java.lang.Throwable
 
 - 
getUnitXpublic static Vector4 getUnitX() throws java.lang.Throwable - Throws:
- java.lang.Throwable
 
 - 
getUnitYpublic static Vector4 getUnitY() throws java.lang.Throwable - Throws:
- java.lang.Throwable
 
 - 
getUnitZpublic static Vector4 getUnitZ() throws java.lang.Throwable - Throws:
- java.lang.Throwable
 
 - 
getZeropublic static Vector4 getZero() throws java.lang.Throwable - Throws:
- java.lang.Throwable
 
 
- 
 
-