Questions tagged [projection-plane]

In XAML, the ProjectionPlane is used pivot an element on a three-dimensional axis.

2 questions
0
votes
1 answer

How can I reduce the field-of-view on a ProjectPlane animation?

In XAML, the ProjectionPlane is used pivot an element on a three-dimensional axis. For example if I wanted to tilt the right edge of a rectangle toward me, I do this:
Jerry Nixon
  • 31,313
  • 14
  • 117
  • 233
-2
votes
1 answer

project a linear regression hyper plane to a 2d plot (abline-like)

I have this code factors<-read.csv("India_Factors.csv",header=TRUE) marketfactor<-factors[,4] sizefactor<-factors[,5] valuefactor<-factors[,6] dati<-get.hist.quote("SI", quote = "AdjClose", compression = "m") returns<-diff(dati) …