Plane

ai.dragonfly.mesh.shape.Plane$
object Plane

Attributes

Source
Plane.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Plane.type

Members list

Value members

Concrete methods

def apply(c0: Vec[3], c1: Vec[3], c2: Vec[3], verticalSegments: Int, horizontalSegments: Int): Mesh

Create a rectangular plain from three points in 3D space.

Create a rectangular plain from three points in 3D space.

Value parameters

c0

corner 1

c1

corner 2

c2

corner 3

horizontalSegments

horizontal segment count

verticalSegments

vertical segment count

Attributes

Source
Plane.scala