Click or drag to resize
SbCylinder Methods

The SbCylinder type exposes the following members.

Methods
  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodGetAxis Obsolete.
Use Axis property instead.
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetRadius Obsolete.
Use Radius property instead.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIntersect(SbLine, SbVec3f)
Intersect line and cylinder, returning true if there is an intersection.
Public methodIntersect(SbLine, SbVec3f)
Intersect line and cylinder, returning true if there is an intersection.
Public methodIntersect(SbLine, SbVec3f, SbVec3f)
Intersect line and cylinder, returning true if there is an intersection.
Public methodIntersect(SbLine, SbVec3f, SbVec3f)
Intersect line and cylinder, returning true if there is an intersection.
Public methodSetAxis Obsolete.
Use Axis property instead.
Public methodSetRadius Obsolete.
Use Radius property instead.
Public methodSetValue
Changes the axis and radius.
Public methodToString
Converts this SbCylinder structure to a human readable string.
(Overrides ValueTypeToString.)
Top
See Also