- cinder::geom::Source
- cinder::geom::Plane
Defaults to a plane on the z axis, origin = [0, 0, 0], normal = [0, 1, 0].
Show All |
Public Member Functions
-
Plane ()
-
Plane &subdivisions (const ivec2 &subdivisions)
-
Plane &axes (const vec3 &uAxis, const vec3 &vAxis)
-
Plane &origin (const vec3 &origin)
-
Plane &normal (const vec3 &normal)
-
size_tgetNumVertices () const override
-
size_tgetNumIndices () const override
-
getPrimitive () const override
-
uint8_tgetAttribDims (Attrib attr) const override
-
getAvailableAttribs () const override
-
voidloadInto (Target *target, const AttribSet &requestedAttribs) const override
-
Plane *clone () const override