Deformation

A deformation

Constructors

this
this(Deformation other)
Undocumented in source.
this
this(vec2[] data)
Undocumented in source.

Members

Functions

clear
void clear(size_t length)
Undocumented in source. Be warned that the author may not have intended to support it.
free
void free()
Undocumented in source. Be warned that the author may not have intended to support it.
onDeserialize
void onDeserialize(DataNode data, ModelState state)
Undocumented in source. Be warned that the author may not have intended to support it.
onSerialize
void onSerialize(DataNode data)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinary
Deformation opBinary(T other)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinary
Deformation opBinary(T other)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinary
Deformation opBinary(T other)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinaryRight
Deformation opBinaryRight(T other)
Undocumented in source. Be warned that the author may not have intended to support it.
opUnary
Deformation opUnary()
Undocumented in source. Be warned that the author may not have intended to support it.
update
void update(vec2[] points)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

vertexOffsets
vec2[] vertexOffsets;
Undocumented in source.

Meta