public class Vector3 extends ValueType
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Numerics.Vector3
Powered by JCOBridge: more info at https://www.jcobridge.com
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
assemblyFullName
Fully assembly qualified name: System.Private.CoreLib, Version=9.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e
|
static java.lang.String |
assemblyShortName
Assembly name: System.Private.CoreLib
|
static java.lang.String |
className
Qualified class name: System.Numerics.Vector3
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
Vector3() |
Vector3(java.lang.Object instance)
Internal constructor.
|
Vector3(Single value) |
Vector3(Single x,
Single y,
Single z) |
Vector3(Vector2 value,
Single z) |
| Modifier and Type | Method and Description |
|---|---|
static Vector3 |
Abs(Vector3 value) |
static Vector3 |
Add(Vector3 left,
Vector3 right) |
static Vector3 |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into Vector3, a cast assert is made to check if types are compatible. |
static Vector3 |
Clamp(Vector3 value1,
Vector3 min,
Vector3 max) |
static Vector3 |
ClampNative(Vector3 value1,
Vector3 min,
Vector3 max) |
static Vector3 |
CopySign(Vector3 value,
Vector3 sign) |
void |
CopyTo(Single[] array) |
void |
CopyTo(Single[] array,
int index) |
static Vector3 |
Cos(Vector3 vector) |
static Vector3 |
Create(Single value) |
static Vector3 |
Create(Single x,
Single y,
Single z) |
static Vector3 |
Create(Vector2 vector,
Single z) |
static Vector3 |
Cross(Vector3 vector1,
Vector3 vector2) |
static Vector3 |
DegreesToRadians(Vector3 degrees) |
static Single |
Distance(Vector3 value1,
Vector3 value2) |
static Single |
DistanceSquared(Vector3 value1,
Vector3 value2) |
static Vector3 |
Divide(Vector3 left,
Single divisor) |
static Vector3 |
Divide(Vector3 left,
Vector3 right) |
static Single |
Dot(Vector3 vector1,
Vector3 vector2) |
boolean |
Equals(Vector3 other) |
static Vector3 |
Exp(Vector3 vector) |
static Vector3 |
FusedMultiplyAdd(Vector3 left,
Vector3 right,
Vector3 addend) |
static Vector3 |
getE() |
static Vector3 |
getEpsilon() |
java.lang.String |
getJCOAssemblyName()
Returns the reflected Assembly name
|
java.lang.String |
getJCOClassName()
Returns the reflected Class name
|
java.lang.Object |
getJCOInstance()
Returns the instantiated class
|
java.lang.String |
getJCOObjectName()
Returns the reflected Class name used to build the object
|
JCType |
getJCOType()
Returns the instantiated class Type
|
static Vector3 |
getNaN() |
static Vector3 |
getNegativeInfinity() |
static Vector3 |
getNegativeZero() |
static Vector3 |
getOne() |
static Vector3 |
getPi() |
static Vector3 |
getPositiveInfinity() |
static Vector3 |
getTau() |
static Vector3 |
getUnitX() |
static Vector3 |
getUnitY() |
static Vector3 |
getUnitZ() |
static Vector3 |
getZero() |
static Vector3 |
Hypot(Vector3 x,
Vector3 y) |
Single |
Length() |
Single |
LengthSquared() |
static Vector3 |
Lerp(Vector3 value1,
Vector3 value2,
Single amount) |
static Vector3 |
Lerp(Vector3 value1,
Vector3 value2,
Vector3 amount) |
static Vector3 |
Log(Vector3 vector) |
static Vector3 |
Log2(Vector3 vector) |
static Vector3 |
Max(Vector3 value1,
Vector3 value2) |
static Vector3 |
MaxMagnitude(Vector3 value1,
Vector3 value2) |
static Vector3 |
MaxMagnitudeNumber(Vector3 value1,
Vector3 value2) |
static Vector3 |
MaxNative(Vector3 value1,
Vector3 value2) |
static Vector3 |
MaxNumber(Vector3 value1,
Vector3 value2) |
static Vector3 |
Min(Vector3 value1,
Vector3 value2) |
static Vector3 |
MinMagnitude(Vector3 value1,
Vector3 value2) |
static Vector3 |
MinMagnitudeNumber(Vector3 value1,
Vector3 value2) |
static Vector3 |
MinNative(Vector3 value1,
Vector3 value2) |
static Vector3 |
MinNumber(Vector3 value1,
Vector3 value2) |
static Vector3 |
Multiply(Single left,
Vector3 right) |
static Vector3 |
Multiply(Vector3 left,
Single right) |
static Vector3 |
Multiply(Vector3 left,
Vector3 right) |
static Vector3 |
MultiplyAddEstimate(Vector3 left,
Vector3 right,
Vector3 addend) |
static Vector3 |
Negate(Vector3 value) |
static Vector3 |
Normalize(Vector3 value) |
static Vector3 |
RadiansToDegrees(Vector3 radians) |
static Vector3 |
Reflect(Vector3 vector,
Vector3 normal) |
static Vector3 |
Round(Vector3 vector) |
static Vector3 |
Round(Vector3 vector,
MidpointRounding mode) |
void |
setJCOInstance(JCObject instance) |
static Vector3 |
Sin(Vector3 vector) |
static Vector3 |
SquareRoot(Vector3 value) |
static Vector3 |
Subtract(Vector3 left,
Vector3 right) |
java.lang.String |
ToString(java.lang.String format) |
java.lang.String |
ToString(java.lang.String format,
IFormatProvider formatProvider) |
static Vector3 |
Transform(Vector3 position,
Matrix4x4 matrix) |
static Vector3 |
Transform(Vector3 value,
Quaternion rotation) |
static Vector3 |
TransformNormal(Vector3 normal,
Matrix4x4 matrix) |
static Vector3 |
Truncate(Vector3 vector) |
public static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public Vector3()
throws java.lang.Throwable
java.lang.Throwablepublic Vector3(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic Vector3(Single value) throws java.lang.Throwable, PlatformNotSupportedException, NotSupportedException
java.lang.ThrowablePlatformNotSupportedExceptionNotSupportedExceptionpublic Vector3(Single x, Single y, Single z) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionpublic Vector3(Vector2 value, Single z) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException
java.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionpublic static Vector3 Abs(Vector3 value) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException
public static Vector3 Add(Vector3 left, Vector3 right) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException
java.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionpublic static Vector3 cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into Vector3, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedVector3 instancejava.lang.Throwable - in case of error during cast operationpublic static Vector3 Clamp(Vector3 value1, Vector3 min, Vector3 max) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException
public static Vector3 ClampNative(Vector3 value1, Vector3 min, Vector3 max) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException
public static Vector3 CopySign(Vector3 value, Vector3 sign) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, OverflowException
public void CopyTo(Single[] array) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, CultureNotFoundException, ObjectDisposedException
public void CopyTo(Single[] array, int index) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException
public static Vector3 Cos(Vector3 vector) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionpublic static Vector3 Create(Single value) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionpublic static Vector3 Create(Single x, Single y, Single z) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException
java.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionpublic static Vector3 Create(Vector2 vector, Single z) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException
public static Vector3 Cross(Vector3 vector1, Vector3 vector2) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionpublic static Vector3 DegreesToRadians(Vector3 degrees) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException
public static Single Distance(Vector3 value1, Vector3 value2) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionpublic static Single DistanceSquared(Vector3 value1, Vector3 value2) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException
java.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionpublic static Vector3 Divide(Vector3 left, Single divisor) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException
java.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionpublic static Vector3 Divide(Vector3 left, Vector3 right) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException
java.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionpublic static Single Dot(Vector3 vector1, Vector3 vector2) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionpublic boolean Equals(Vector3 other) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionpublic static Vector3 Exp(Vector3 vector) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionpublic static Vector3 FusedMultiplyAdd(Vector3 left, Vector3 right, Vector3 addend) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException
public static Vector3 getE() throws java.lang.Throwable, PlatformNotSupportedException, NotSupportedException
java.lang.ThrowablePlatformNotSupportedExceptionNotSupportedExceptionpublic static Vector3 getEpsilon() throws java.lang.Throwable, PlatformNotSupportedException, NotSupportedException
java.lang.ThrowablePlatformNotSupportedExceptionNotSupportedExceptionpublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class ValueTypeString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class ValueTypeString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class ValueTypeObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class ValueTypeString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class ValueTypeJCType representing the CLR Type of the instantiated Classpublic static Vector3 getNaN() throws java.lang.Throwable, PlatformNotSupportedException, NotSupportedException
java.lang.ThrowablePlatformNotSupportedExceptionNotSupportedExceptionpublic static Vector3 getNegativeInfinity() throws java.lang.Throwable, PlatformNotSupportedException, NotSupportedException
java.lang.ThrowablePlatformNotSupportedExceptionNotSupportedExceptionpublic static Vector3 getNegativeZero() throws java.lang.Throwable, PlatformNotSupportedException, NotSupportedException
java.lang.ThrowablePlatformNotSupportedExceptionNotSupportedExceptionpublic static Vector3 getOne() throws java.lang.Throwable, PlatformNotSupportedException, NotSupportedException
java.lang.ThrowablePlatformNotSupportedExceptionNotSupportedExceptionpublic static Vector3 getPi() throws java.lang.Throwable, PlatformNotSupportedException, NotSupportedException
java.lang.ThrowablePlatformNotSupportedExceptionNotSupportedExceptionpublic static Vector3 getPositiveInfinity() throws java.lang.Throwable, PlatformNotSupportedException, NotSupportedException
java.lang.ThrowablePlatformNotSupportedExceptionNotSupportedExceptionpublic static Vector3 getTau() throws java.lang.Throwable, PlatformNotSupportedException, NotSupportedException
java.lang.ThrowablePlatformNotSupportedExceptionNotSupportedExceptionpublic static Vector3 getUnitX() throws java.lang.Throwable, NotSupportedException, PlatformNotSupportedException
java.lang.ThrowableNotSupportedExceptionPlatformNotSupportedExceptionpublic static Vector3 getUnitY() throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionpublic static Vector3 getUnitZ() throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionpublic static Vector3 getZero() throws java.lang.Throwable
java.lang.Throwablepublic static Vector3 Hypot(Vector3 x, Vector3 y) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException
public Single Length() throws java.lang.Throwable, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException
java.lang.ThrowablePlatformNotSupportedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionpublic Single LengthSquared() throws java.lang.Throwable, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException
java.lang.ThrowablePlatformNotSupportedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionpublic static Vector3 Lerp(Vector3 value1, Vector3 value2, Single amount) throws java.lang.Throwable, PlatformNotSupportedException, NotSupportedException
java.lang.ThrowablePlatformNotSupportedExceptionNotSupportedExceptionpublic static Vector3 Lerp(Vector3 value1, Vector3 value2, Vector3 amount) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException
public static Vector3 Log(Vector3 vector) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException
java.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionpublic static Vector3 Log2(Vector3 vector) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException
java.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionpublic static Vector3 Max(Vector3 value1, Vector3 value2) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException
public static Vector3 MaxMagnitude(Vector3 value1, Vector3 value2) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException
public static Vector3 MaxMagnitudeNumber(Vector3 value1, Vector3 value2) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException
public static Vector3 MaxNative(Vector3 value1, Vector3 value2) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException
public static Vector3 MaxNumber(Vector3 value1, Vector3 value2) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException
public static Vector3 Min(Vector3 value1, Vector3 value2) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException
public static Vector3 MinMagnitude(Vector3 value1, Vector3 value2) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException
public static Vector3 MinMagnitudeNumber(Vector3 value1, Vector3 value2) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException
public static Vector3 MinNative(Vector3 value1, Vector3 value2) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException
public static Vector3 MinNumber(Vector3 value1, Vector3 value2) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException
public static Vector3 Multiply(Single left, Vector3 right) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionpublic static Vector3 Multiply(Vector3 left, Single right) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException
java.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionpublic static Vector3 Multiply(Vector3 left, Vector3 right) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException
java.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionpublic static Vector3 MultiplyAddEstimate(Vector3 left, Vector3 right, Vector3 addend) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException
public static Vector3 Negate(Vector3 value) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException
java.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionpublic static Vector3 Normalize(Vector3 value) throws java.lang.Throwable, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException
java.lang.ThrowablePlatformNotSupportedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionpublic static Vector3 RadiansToDegrees(Vector3 radians) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException
public static Vector3 Reflect(Vector3 vector, Vector3 normal) throws java.lang.Throwable, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException
java.lang.ThrowablePlatformNotSupportedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionpublic static Vector3 Round(Vector3 vector) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException
public static Vector3 Round(Vector3 vector, MidpointRounding mode) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException
public void setJCOInstance(JCObject instance)
setJCOInstance in class ValueTypepublic static Vector3 Sin(Vector3 vector) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionpublic static Vector3 SquareRoot(Vector3 value) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException
public static Vector3 Subtract(Vector3 left, Vector3 right) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException
java.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionpublic java.lang.String ToString(java.lang.String format)
throws java.lang.Throwable,
ArgumentNullException,
OutOfMemoryException,
ArgumentException,
CultureNotFoundException,
PlatformNotSupportedException,
NullReferenceException,
NotSupportedException,
ArrayTypeMismatchException,
FormatException,
ArgumentOutOfRangeException
public java.lang.String ToString(java.lang.String format,
IFormatProvider formatProvider)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
CultureNotFoundException,
PlatformNotSupportedException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
NullReferenceException,
NotSupportedException,
ArrayTypeMismatchException,
FormatException
public static Vector3 Transform(Vector3 position, Matrix4x4 matrix) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException
public static Vector3 Transform(Vector3 value, Quaternion rotation) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionpublic static Vector3 TransformNormal(Vector3 normal, Matrix4x4 matrix) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException
public static Vector3 Truncate(Vector3 vector) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException