Urho
1.0.0.0
System.ValueType
System.IEquatable<Urho.Vector4>
Represents a 4D vector using four single-precision floating-point numbers.
The Vector4 structure is suitable for interoperation with unmanaged code requiring four consecutive floats.
Constructor
1.0.0.0
The Vector2 to copy components from.
Constructs a new Vector4 from the given Vector2.
To be added.
Constructor
1.0.0.0
The Vector3 to copy components from.
Constructs a new Vector4 from the given Vector3.
To be added.
Constructor
1.0.0.0
The Vector4 to copy components from.
Constructs a new Vector4 from the given Vector4.
To be added.
Constructor
1.0.0.0
The Vector3 to copy components from.
The W component of the new Vector4.
Constructs a new Vector4 from the specified Vector3 and W component.
To be added.
Constructor
1.0.0.0
The x component of the Vector4.
The y component of the Vector4.
The z component of the Vector4.
The z component of the Vector4.
Constructs a new Vector4.
To be added.
Method
1.0.0.0
System.Obsolete("Use static Add() method instead.")
System.Void
Right operand. This parameter is only read from.
Add the Vector passed as parameter to this instance.
To be added.
Method
1.0.0.0
System.CLSCompliant(false)
System.Obsolete("Use static Add() method instead.")
System.Void
Right operand. This parameter is only read from.
Add the Vector passed as parameter to this instance.
To be added.
Method
1.0.0.0
Urho.Vector4
Left operand.
Right operand.
Adds two vectors.
Result of operation.
To be added.
Method
1.0.0.0
System.Void
Left operand.
Right operand.
Result of operation.
Adds two vectors.
To be added.
Method
1.0.0.0
Urho.Vector4
First input Vector
Second input Vector
Third input Vector
First Barycentric Coordinate
Second Barycentric Coordinate
Interpolate 3 Vectors using Barycentric coordinates
a when u=v=0, b when u=1,v=0, c when u=0,v=1, and a linear combination of a,b,c otherwise
To be added.
Method
1.0.0.0
System.Void
First input Vector.
Second input Vector.
Third input Vector.
First Barycentric Coordinate.
Second Barycentric Coordinate.
Output Vector. a when u=v=0, b when u=1,v=0, c when u=0,v=1, and a linear combination of a,b,c otherwise
Interpolate 3 Vectors using Barycentric coordinates
To be added.
Method
1.0.0.0
Urho.Vector4
Input vector
Minimum vector
Maximum vector
Clamp a vector to the given minimum and maximum vectors
The clamped vector
To be added.
Method
1.0.0.0
System.Void
Input vector
Minimum vector
Maximum vector
The clamped vector
Clamp a vector to the given minimum and maximum vectors
To be added.
Method
1.0.0.0
System.Obsolete("Use static Divide() method instead.")
System.Void
Scalar operand.
Divide this instance by a scalar.
To be added.
Method
1.0.0.0
Urho.Vector4
Vector operand
Scalar operand
Divide a vector by a scalar
Result of the division
To be added.
Method
1.0.0.0
System.Void
Vector operand
Scalar operand
Result of the division
Divide a vector by a scalar
To be added.
Method
1.0.0.0
Urho.Vector4
Left operand.
Right operand.
Divides a vector by a scalar.
Result of the operation.
To be added.
Method
1.0.0.0
Urho.Vector4
Left operand.
Right operand.
Divides a vector by the components of a vector (scale).
Result of the operation.
To be added.
Method
1.0.0.0
System.Void
Left operand.
Right operand.
Result of the operation.
Divides a vector by a scalar.
To be added.
Method
1.0.0.0
System.Void
Left operand.
Right operand.
Result of the operation.
Divide a vector by the components of a vector (scale).
To be added.
Method
1.0.0.0
System.Single
First operand
Second operand
Calculate the dot product of two vectors
The dot product of the two inputs
To be added.
Method
1.0.0.0
System.Void
First operand
Second operand
The dot product of the two inputs
Calculate the dot product of two vectors
To be added.
Method
1.0.0.0
System.Boolean
The object to compare to.
Indicates whether this instance and a specified object are equal.
True if the instances are equal; false otherwise.
To be added.
Method
1.0.0.0
System.Boolean
A vector to compare with this vector.
Indicates whether the current vector is equal to another vector.
true if the current vector is equal to the vector parameter; otherwise, false.
To be added.
Method
1.0.0.0
System.Int32
Returns the hashcode for this instance.
A System.Int32 containing the unique hashcode for this instance.
To be added.
Property
1.0.0.0
System.Single
Gets the length (magnitude) of the vector.
To be added.
To be added.
Property
1.0.0.0
System.Single
Gets an approximation of the vector length (magnitude).
To be added.
This property uses an approximation of the square root function to calculate vector magnitude, with
an upper error bound of 0.001.
Property
1.0.0.0
System.Single
Gets the square of the vector length (magnitude).
To be added.
This property avoids the costly square root operation required by the Length property. This makes it more suitable
for comparisons.
Method
1.0.0.0
Urho.Vector4
First input vector
Second input vector
The blend factor. a when blend=0, b when blend=1.
Returns a new Vector that is the linear blend of the 2 given Vectors
a when blend=0, b when blend=1, and a linear combination otherwise
To be added.
Method
1.0.0.0
System.Void
First input vector
Second input vector
The blend factor. a when blend=0, b when blend=1.
a when blend=0, b when blend=1, and a linear combination otherwise
Returns a new Vector that is the linear blend of the 2 given Vectors
To be added.
Method
1.0.0.0
Urho.Vector4
First operand
Second operand
Calculate the component-wise maximum of two vectors
The component-wise maximum
To be added.
Method
1.0.0.0
System.Void
First operand
Second operand
The component-wise maximum
Calculate the component-wise maximum of two vectors
To be added.
Method
1.0.0.0
Urho.Vector4
First operand
Second operand
Calculate the component-wise minimum of two vectors
The component-wise minimum
To be added.
Method
1.0.0.0
System.Void
First operand
Second operand
The component-wise minimum
Calculate the component-wise minimum of two vectors
To be added.
Method
1.0.0.0
System.Obsolete("Use static Multiply() method instead.")
System.Void
Scalar operand.
Multiply this instance by a scalar.
To be added.
Method
1.0.0.0
Urho.Vector4
Vector operand
Scalar operand
Multiply a vector and a scalar
Result of the multiplication
To be added.
Method
1.0.0.0
System.Void
Vector operand
Scalar operand
Result of the multiplication
Multiply a vector and a scalar
To be added.
Method
1.0.0.0
Urho.Vector4
Left operand.
Right operand.
Multiplies a vector by a scalar.
Result of the operation.
To be added.
Method
1.0.0.0
Urho.Vector4
Left operand.
Right operand.
Multiplies a vector by the components a vector (scale).
Result of the operation.
To be added.
Method
1.0.0.0
System.Void
Left operand.
Right operand.
Result of the operation.
Multiplies a vector by a scalar.
To be added.
Method
1.0.0.0
System.Void
Left operand.
Right operand.
Result of the operation.
Multiplies a vector by the components of a vector (scale).
To be added.
Method
1.0.0.0
System.Void
Scales the Vector4 to unit length.
To be added.
Method
1.0.0.0
Urho.Vector4
The input vector
Scale a vector to unit length
The normalized vector
To be added.
Method
1.0.0.0
System.Void
The input vector
The normalized vector
Scale a vector to unit length
To be added.
Method
1.0.0.0
System.Void
Scales the Vector4 to approximately unit length.
To be added.
Method
1.0.0.0
Urho.Vector4
The input vector
Scale a vector to approximately unit length
The normalized vector
To be added.
Method
1.0.0.0
System.Void
The input vector
The normalized vector
Scale a vector to approximately unit length
To be added.
Field
1.0.0.0
Urho.Vector4
Defines an instance with all components set to 1.
To be added.
Method
1.0.0.0
Urho.Vector4
The first instance.
The second instance.
Adds two instances.
The result of the calculation.
To be added.
Method
1.0.0.0
Urho.Vector4
The instance.
The scalar.
Divides an instance by a scalar.
The result of the calculation.
To be added.
Method
1.0.0.0
System.Boolean
The first instance.
The second instance.
Compares two instances for equality.
True, if left equals right; false otherwise.
To be added.
Method
1.0.0.0
System.IntPtr
The instance.
Returns a pointer to the first element of the specified instance.
A pointer to the first element of v.
To be added.
Method
1.0.0.0
System.CLSCompliant(false)
System.Single*
The instance.
Returns a pointer to the first element of the specified instance.
A pointer to the first element of v.
To be added.
Method
1.0.0.0
System.Boolean
The first instance.
The second instance.
Compares two instances for inequality.
True, if left does not equa lright; false otherwise.
To be added.
Method
1.0.0.0
Urho.Vector4
The scalar.
The instance.
Multiplies an instance by a scalar.
The result of the calculation.
To be added.
Method
1.0.0.0
Urho.Vector4
The instance.
The scalar.
Multiplies an instance by a scalar.
The result of the calculation.
To be added.
Method
1.0.0.0
Urho.Vector4
The first instance.
The second instance.
Subtracts two instances.
The result of the calculation.
To be added.
Method
1.0.0.0
Urho.Vector4
The instance.
Negates an instance.
The result of the calculation.
To be added.
Method
1.0.0.0
System.Obsolete("Use static Multiply() method instead.")
System.Void
The scaling of the individual components.
Scales this instance by the given parameter.
To be added.
Method
1.0.0.0
System.CLSCompliant(false)
System.Obsolete("Use static Multiply() method instead.")
System.Void
The scaling of the individual components.
Scales this instance by the given parameter.
To be added.
Method
1.0.0.0
System.Obsolete("Use static Multiply() method instead.")
System.Void
The scale of the X component.
The scale of the Y component.
The scale of the Z component.
The scale of the Z component.
Scales the current Vector4 by the given amounts.
To be added.
Field
1.0.0.0
System.Int32
Defines the size of the Vector4 struct in bytes.
To be added.
Method
1.0.0.0
System.Obsolete("Use static Subtract() method instead.")
System.Void
Right operand. This parameter is only read from.
Subtract the Vector passed as parameter from this instance.
To be added.
Method
1.0.0.0
System.CLSCompliant(false)
System.Obsolete("Use static Subtract() method instead.")
System.Void
Right operand. This parameter is only read from.
Subtract the Vector passed as parameter from this instance.
To be added.
Method
1.0.0.0
Urho.Vector4
First operand
Second operand
Subtract one Vector from another
Result of subtraction
To be added.
Method
1.0.0.0
System.Void
First operand
Second operand
Result of subtraction
Subtract one Vector from another
To be added.
Method
1.0.0.0
Urho.Vector4
First operand
Second operand
Subtract one Vector from another
Result of subtraction
To be added.
Method
1.0.0.0
System.Void
First operand
Second operand
Result of subtraction
Subtract one Vector from another
To be added.
Method
1.0.0.0
System.String
Returns a System.String that represents the current Vector4.
To be added.
Method
1.0.0.0
Urho.Vector4
The vector to transform
The desired transformation
Transform a Vector by the given Matrix
The transformed vector
To be added.
Method
1.0.0.0
System.Void
The vector to transform
The desired transformation
The transformed vector
Transform a Vector by the given Matrix
To be added.
Field
1.0.0.0
Urho.Vector4
Defines a unit-length Vector4 that points towards the W-axis.
To be added.
Field
1.0.0.0
Urho.Vector4
Defines a unit-length Vector4 that points towards the X-axis.
To be added.
Field
1.0.0.0
Urho.Vector4
Defines a unit-length Vector4 that points towards the Y-axis.
To be added.
Field
1.0.0.0
Urho.Vector4
Defines a unit-length Vector4 that points towards the Z-axis.
To be added.
Field
1.0.0.0
System.Single
The W component of the Vector4.
To be added.
Field
1.0.0.0
System.Single
The X component of the Vector4.
To be added.
Property
1.0.0.0
System.Xml.Serialization.XmlIgnore
Urho.Vector2
Gets or sets an OpenTK.Vector2 with the X and Y components of this instance.
To be added.
To be added.
Property
1.0.0.0
System.Xml.Serialization.XmlIgnore
Urho.Vector3
Gets or sets an OpenTK.Vector3 with the X, Y and Z components of this instance.
To be added.
To be added.
Field
1.0.0.0
System.Single
The Y component of the Vector4.
To be added.
Field
1.0.0.0
System.Single
The Z component of the Vector4.
To be added.
Field
1.0.0.0
Urho.Vector4
Defines a zero-length Vector4.
To be added.