Click or drag to resize
SbVec3f Structure

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

The SbVec3f type exposes the following members.

Constructors
Methods
  NameDescription
Public methodStatic memberConvertFromT
Public methodCross(SbVec3f)
Public methodCross(SbVec3f)
Public methodDot(SbVec3f)
Public methodDot(SbVec3f)
Public methodEquals(Object) (Overrides ValueTypeEquals(Object).)
Public methodEquals(Object, Single)
Public methodGetClosestAxis
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(Single)
Public methodSetValue(SbVec3d)
Public methodSetValue(SbVec3d)
Public methodSetValue(Double, Double, Double)
Public methodSetValue(Single, Single, Single)
Public methodSetValue(SbVec3f, SbVec3f, SbVec3f, SbVec3f)
Public methodSetValue(SbVec3f, SbVec3f, SbVec3f, SbVec3f)
Public methodToArray
Public methodToString (Overrides ValueTypeToString.)
Top
Operators
Properties
  NameDescription
Public propertyItem
Public propertyX
Public propertyY
Public propertyZ
Top
See Also