inochi2d ~main (2026-08-20T13:21:03.36605)
Dub
Repo
DeformedMesh.deform
inochi2d
core
mesh
DeformedMesh
Deform the mesh by the given amount.
void
deform
(vec2[] by)
class
DeformedMesh
@
nogc
void
deform
(
vec2
[]
by
)
void
deform
(vec2 by)
void
deform
(size_t offset, vec2 by)
Parameters
by
vec2
[]
The deltas to deform the mesh by
Meta
Source
See Implementation
inochi2d
core
mesh
DeformedMesh
constructors
this
destructors
~this
functions
applyUVOffset
deform
getTriangles
pushMatrix
reset
properties
bounds
elementCount
indices
parent
points
triangleCount
vertexCount
vertices
Deform the mesh by the given amount.