Click or drag to resize
SbVec2d Structure

Namespace: OIV.Inventor
Assembly: OIV.Inventor.SbLinear (in OIV.Inventor.SbLinear.dll) Version: 10.12.3.0.Release.06b0e87b7cea8fac7212261af84c81edf1d95c38
Syntax
public struct SbVec2d

The SbVec2d type exposes the following members.

Constructors
  NameDescription
Public methodSbVec2d(Double)
Initializes a new instance of the SbVec2d class
Public methodSbVec2d(Double)
Initializes a new instance of the SbVec2d class
Public methodSbVec2d(Double, Double)
Initializes a new instance of the SbVec2d class
Top
Methods
  NameDescription
Public methodStatic memberConvertFromT
Public methodDot(SbVec2d)
Public methodDot(SbVec2d)
Public methodEquals(Object) (Overrides ValueTypeEquals(Object).)
Public methodEquals(Object, Double)
Public methodGetHashCode (Overrides ValueTypeGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetValue
Public methodLength
Public methodNegate
Public methodNormalize
Public methodSetValue(Double)
Public methodSetValue(SbVec2f)
Public methodSetValue(SbVec2f)
Public methodSetValue(Double, Double)
Public methodToArray
Public methodToString (Overrides ValueTypeToString.)
Top
Operators
Properties
  NameDescription
Public propertyItem
Public propertyX
Public propertyY
Top
See Also