Click or drag to resize

RcVec3f Methods

The RcVec3f type exposes the following members.

Methods
 NameDescription
Public methodStatic memberAdd 
Public methodCopyTo(Single) 
Public methodCopyTo(Single, Int32) 
Public methodStatic memberCross 
Public methodStatic memberDistance 
Public methodStatic memberDistanceSquared 
Public methodStatic memberDot 
Public methodEquals(Object)
(Overrides ValueTypeEquals(Object))
Public methodEquals(RcVec3f) 
Public methodGetHashCode
(Overrides ValueTypeGetHashCode)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodLength Calculates the length of the vector.
Public methodLengthSquared Derives the square of the scalar length of the vector. (len * len)
Public methodStatic memberLerp 
Public methodStatic memberMax 
Public methodStatic memberMin 
Public methodStatic memberNormalize 
Public methodStatic memberSubtract 
Public methodToString
(Overrides ValueTypeToString)
Top
Extension Methods
 NameDescription
Public Extension MethodDot2D
(Defined by RcVec)
Public Extension MethodGet
(Defined by RcVec)
Public Extension MethodIsFinite
(Defined by RcVec)
Public Extension MethodIsFinite2D
(Defined by RcVec)
Public Extension MethodMethodInvoke Calls the object method by name.
(Defined by ObjectEx)
Public Extension MethodPropertyGet Gets the value of the object property by name.
(Defined by ObjectEx)
Public Extension MethodPropertyGetT Gets the value of the object property by name.
(Defined by ObjectEx)
Public Extension MethodPropertySet Sets the value of the object property by name.
(Defined by ObjectEx)
Top
See Also