Struct ToVec3
- Namespace
- Mech3DotNet.Reader
- Assembly
- Mech3DotNet.dll
public struct ToVec3 : IConvertOperation<Vec3>
- Implements
- Inherited Members
Methods
Convert(ReaderValue, IEnumerable<string>)
public static Vec3 Convert(ReaderValue value, IEnumerable<string> path)
Parameters
value
ReaderValuepath
IEnumerable<string>
Returns
ConvertTo(ReaderValue, IEnumerable<string>)
Apply the operation to the ReaderValue.
This method is not usually called manually, but is called when the operation is applied to a Query.
public Vec3 ConvertTo(ReaderValue value, IEnumerable<string> path)
Parameters
value
ReaderValuepath
IEnumerable<string>
Returns
Operators
operator /(Query, ToVec3)
public static Vec3 operator /(Query query, ToVec3 op)