Click or drag to resize
SbVec3i32 Methods

The SbVec3i32 type exposes the following members.

Methods
  NameDescription
Public methodStatic memberConvertFromT
Try to convert a structure to an SbVec3i32 value type.
Public methodDot(SbVec3i32)
Compute dot (inner) product of vector with v vector.
Public methodDot(SbVec3i32)
Compute dot (inner) product of vector with v vector.
Public methodEquals
Returns a value indicating whether this instance is equal to a specified object.
(Overrides ValueTypeEquals(Object).)
Public methodGetHashCode
Returns the hash code for the value of this instance.
(Overrides ValueTypeGetHashCode.)
Public methodGetMaxComponent
Gives the max component of the vector.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetValue
Gets the vector components.
Public methodNegate
Negates each component of this vector.
Public methodSetValue(Int32)
Sets the vector components giving an array of 3 integers.
Public methodSetValue(SbVec3s)
Sets value of vector from a short vector.
Public methodSetValue(SbVec3s)
Sets value of vector from a short vector.
Public methodSetValue(Int32, Int32, Int32)
Sets the vector components.
Public methodToArray
Returns an array representation of vector components.
Public methodToString
Converts this SbVec3i32 structure to a human readable string.
(Overrides ValueTypeToString.)
Top
See Also