new CSGVertex()
Creates a new vertex.
Methods
-
flip()
-
Invert all orientation-specific data (e.g. vertex normal).
Called when the orientation of a polygon is flipped.
-
interpolate()
-
Create a new vertex between this vertex and
otherby linearly interpolating all properties using a parameter oft.Subclasses should override this to interpolate additional properties.