TriMesh.ReadDouble

TriMesh.ReadDouble method

Read the double field

public double ReadDouble(int idx, VertexField field)
ParameterTypeDescription
idxInt32The index of vertex to read
fieldVertexFieldThe field with a float/double compatible data type

Return Value

Double value of specified vertex’s field

See Also