Skip to contents

A right-angle (90 degree) indicator with an elbow mark.

Super classes

manimR::MObject -> manimR::VMobject -> manimR::Arc -> manimR::Angle -> RightAngle

Methods

Inherited methods


Method new()

Create a right-angle indicator

Usage

RightAngle$new(line1 = NULL, line2 = NULL, length = 0.3, color = WHITE, ...)

Arguments

line1

First Line object or direction vector

line2

Second Line object or direction vector

length

Side length of the right-angle mark

color

Color

...

Additional args


Method clone()

The objects of this class are cloneable with this method.

Usage

RightAngle$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.