タグ

ブックマーク / dev.processing.org (1)

  • PVector

    processing.core Class PVector java.lang.Object processing.core.PVector public class PVectorextends java.lang.Object A class to describe a two or three dimensional vector. The result of all functions are applied to the vector itself, with the exception of cross(), which returns a new PVector (or writes to a specified 'target' PVector). That is, add() will add the contents of one vector to this one.

  • 1